.container-size {
    width: 1200px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.content-c {
    width: 1200px;
    margin: 0 auto;
}

.posn-r {
    position: relative;
    height: 96px;
    background: #4ac2e2;
}

.posn-ab {
    position: absolute;
    background: #4ac2e2;
    left: 0;
    top: 0;
    width: 100%;
    height: 96px;
}

.p0 {
    padding: 0;
}

.flex-a {
    display: flex;
    justify-content: space-between;
    background: #4ac2e2;
    height: 92px;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.flex-a li {
    width: 5em;
    margin: 0 19px;
    text-align: center;
    height: 92px;
    line-height: 92px;
}

.flex-a li:hover,
.flex-a li a:hover {
    background: rgba(255, 255, 255, .3);
    border-bottom: 4px solid #fff;
}

.flex-a li a {
    padding: 0 !important;
    line-height: 92px;
}

.search-box {
    display: flex;
    width: 242px;
    height: 48px;
    text-align: right;
    background: #fff;
    z-index: 10;
    border-radius: 4px;
}

.line-2 {
    width: 2px;
    height: 151px;
    background: #FFFFFF;
    margin: 0 24px;
}

.slider-font {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.new-title {
    height: 35px;
    background: #E5E8EA;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0958A7;
    margin: 0;
}

.new-title p {
    margin: 0;
    height: 100%;
    line-height: 35px;
    border-top: 2px solid #0958A7;
    padding: 0 15px;
}

.border1 {
    border: 1px solid #E5E5E4;
    border-top: none;
}

.bgul {
    background: #E5E8EA;
    padding-right: 2px;
    padding-left: 0;
    /* height: 100vh; */
}

.ul-style {
    /* height: 100%; */
    background: #fff;
}

.title-li {
    height: 46px;
    background: #E5E8EA;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
}

.title-li a {
    color: #185EA4 !important;
}

.li-item:hover {
    border-bottom: 2px solid #4AC1E3;
}

.li-item:hover a {
    color: #4AC1E3 !important;
}

.d-flex {
    display: flex;
}

.newgroup li a:hover {
    color: #4AC1E3;
}

.list-group li a:hover {
    color: #4AC1E3;
}